math/big.decimal.round (method)

5 uses

	math/big (current package)
		decimal.go#L214: func (x *decimal) round(n int) {
		ftoa.go#L118: 			d.round(1 + prec)
		ftoa.go#L121: 			d.round(d.exp + prec)
		ftoa.go#L126: 			d.round(prec)
		ftoa.go#L231: 			d.round(i + 1)